home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
ir
/
stoplist.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
299b
|
16 lines
/* WIDE AREA INFORMATION SERVER SOFTWARE:
No guarantees or restrictions. See the readme file for the full standard
disclaimer.
*/
#ifndef STOPLIST_H
#define STOPLIST_H
#include "cdialect.h"
void init_stop_list _AP((void));
char *next_stop_word _AP((void));
#endif /* ndef STOPLIST_H */